(cl-member): Renamed from member.
authorRichard M. Stallman <rms@gnu.org>
Thu, 27 May 1993 04:45:55 +0000 (04:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 27 May 1993 04:45:55 +0000 (04:45 +0000)
lisp/cl.el

index 2d2179b78bc0ee2e67d66a20c05f38cbb47b69d3..0e648633a52d93efa39e8750c0e66b2002e3053b 100644 (file)
@@ -1417,7 +1417,7 @@ returned."
 ;;;; Both list and sequence functions are considered here together.  This
 ;;;; doesn't fit any more with the original split of functions in files.
 
-(defun member (item list &rest kargs)
+(defun cl-member (item list &rest kargs)
   "Look for ITEM in LIST; return first tail of LIST the car of whose first
 cons cell tests the same as ITEM.  Admits arguments :key, :test, and
 :test-not."